Fix 11356 - IDF Version Updater drops EIR function names#11358
Merged
mitchute merged 2 commits intoNatLabRockies:developfrom Jan 12, 2026
Merged
Conversation
rraustad
reviewed
Dec 3, 2025
| IF (CurArgs >= 95) NewArgs = NewArgs + 2 ! only do this speed if we have that many inputs | ||
| IF (CurArgs >= 105) NewArgs = NewArgs + 2 ! only do this speed if we have that many inputs | ||
| IF (CurArgs >= 115) NewArgs = NewArgs + 2 ! only do this speed if we have that many inputs | ||
| CurArgs = CurArgs + NewArgs |
Collaborator
There was a problem hiding this comment.
OK, I can see how updating CurArgs (the original total of Alphas and Numbers) while processing a complex object could confuse subsequent logic, especially for extensible objects. This looks like a good fix. I did not test but it looks like this will work.
|
@kevin-moos it has been 28 days since this pull request was last updated. |
mitchute
approved these changes
Jan 12, 2026
Collaborator
mitchute
left a comment
There was a problem hiding this comment.
I tested this locally. Looks good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
Description of the purpose of this PR
Fix a defect in CreateNewIDFUsingRulesV23_2_0.f90 in which EIR function names are dropped when updating COIL:HEATING:DX:VARIABLESPEED objects.
Fix a secondary defect in CreateNewIDFUsingRulesV23_2_0.f90 in which extra blank fields are added when updating COIL:HEATING:DX:VARIABLESPEED and COIL:COOLING:DX:VARIABLESPEED objects.
Pull Request Author
Reviewer